module Base
{
    model Liaz300Truck_Windshield
    {
        mesh = vehicles/B42LIAZ300TRUCK_Body|Windshield,
        shader = vehicle,
        scale = 1,
    }


    template vehicle Liaz300Truck_windshields
    {
        template = Windshield/part/Windshield,


        part Windshield
        {
            model windshieldFront
			{
				file = Liaz300Truck_Windshield,
			}

            area = Engine,
            
            category = bodywork,
            mechanicRequireKey = false,

			window
			{
				openable = false,
			}

            table install
			{
                skills = Mechanics:3,
				recipes = Intermediate Mechanics,
			}

			table uninstall
			{
                skills = Mechanics:3,
				recipes = Intermediate Mechanics,
                requireUninstalled = ATA2ProtectionWindshield,
			}
        }


        
    }
}